|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
| def | NeedToGenerateStreamFile () |
| A callback function used to check whether to generate stream file or not. More... | |
| def | Release () |
| A callback function used to release current callback object itself. More... | |
This class represents a callback object for applying redaction callback. All the pure virtual functions in this class are used as callback functions and should be implemented by user.
| def FoxitPDFSDKPython3.ApplyRedactionCallback.NeedToGenerateStreamFile | ( | ) |
A callback function used to check whether to generate stream file or not.
| def FoxitPDFSDKPython3.ApplyRedactionCallback.Release | ( | ) |
A callback function used to release current callback object itself.